home *** CD-ROM | disk | FTP | other *** search
/ The Arsenal Files 8 / The Arsenal Files Collection #8 (Arsenal Computer) (1996).ISO / pcboard / doorntro.zip / QUIT2.PPE (.txt) < prev   
PCBoard Programming Language Executable  |  1996-01-22  |  2KB  |  83 lines

  1. ;------------------------------------------------------------------------------
  2. ;                                                   .ss.
  3. ;                                                   `²²'
  4. ;             .,sS$Ss,,s$  .,sS$$$Ss.  .,sS$Ss,,s$ .ss.  .sSs.
  5. ;           .d$$²^°²$$$$'.d$P²°^^²$P'.d$$²^°²$$$$'.$$$' .$$$²Sb,.
  6. ;           $$$'   .$$$' $$$²Sçsµ²' .$$$'   .$$$'.$$$' .$$$'  `$$b.
  7. ;           $$$b,,d$$$' ,$$$b,....,s$$$$b,,d$$$'.$$$;.,$$$'    ;$$$
  8. ;           `²S$$S²²S$$S²°²S$$$$S²°°²S$$$$$$',$$S²°²S$S'.sS$$$P²'
  9. ;                                    .sS²°$$$²²°"'       d²°'
  10. ;                                  .$$²  .$$'
  11. ;                                  $$$.,d$$'
  12. ;                                  `²S$$S²'
  13. ;------------------------------------------------------------------------------
  14. ; P.P.L.X. 2.OO                          (C)1996 - Lone Runner / AEGiS CoRP'96 
  15. ;------------------------------------------------------------------------------
  16. ; PPE 1.OO (plain) - Analysis ON - Postprocessing ON
  17. ;------------------------------------------------------------------------------
  18.  
  19.     String   STRING001
  20.  
  21. ;------------------------------------------------------------------------------
  22.  
  23.     STRING001 = Chr(13)
  24.     Cls
  25.     PrintLn "              █████████████▒▒  ███████████▒▒  ██████████████▒▒"
  26.     PrintLn "               ███▒▒   ████▒▒ █████▒▒ █████▒▒  ████▒▒   ████▒▒"
  27.     PrintLn "               ███▒▒   ████▒▒ ████▒▒   ████▒▒  ████▒▒   ████▒▒"
  28.     PrintLn "               ███▒▒   ████▒▒ ████▒▒   ████▒▒  ████▒▒   ████▒▒"
  29.     PrintLn "               ███████████▒▒  █████████████▒▒  ████▒▒   ████▒▒"
  30.     PrintLn "               ███████████▒▒  █████████████▒▒  ████▒▒   ████▒▒"
  31.     PrintLn "               ███▒▒   ████▒▒ ████▒▒   ████▒▒  ████▒▒   ████▒▒"
  32.     PrintLn "               ███▒▒   ████▒▒ ████▒▒   ████▒▒  ████▒▒   ████▒▒"
  33.     PrintLn "               ███▒▒   ████▒▒ ████▒▒   ████▒▒  ████▒▒   ████▒▒"
  34.     PrintLn "              █████████████▒▒ ████▒▒   ████▒▒ ██████████████▒▒"
  35.     PrintLn "███▒▒          ███▒▒   ██████████▒▒   ████▒▒     ████▒▒ █████████████▒▒"
  36.     PrintLn "████▒▒        ████▒▒  ████████████▒▒  ████▒▒     ████▒▒ █████████████▒▒"
  37.     PrintLn "█████▒▒      █████▒▒ █████▒▒  █████▒▒ ████▒▒     ████▒▒ ████▒▒"
  38.     PrintLn "██████▒▒    ██████▒▒ ████▒▒    ████▒▒ ████▒▒     ████▒▒ ████▒▒"
  39.     PrintLn "███████▒▒  ███████▒▒ ████▒▒    ████▒▒  ████▒▒   ████▒▒  ███████████▒▒"
  40.     PrintLn "████▒████████▒████▒▒ ████▒▒    ████▒▒  ████▒▒   ████▒▒  ███████████▒▒"
  41.     PrintLn "████▒▒██████▒▒████▒▒ ████▒▒    ████▒▒   ████▒▒ ████▒▒   ████▒▒"
  42.     PrintLn "████▒▒ ████▒▒ ████▒▒ ████▒▒    ████▒▒   ████▒▒ ████▒▒   ████▒▒"
  43.     PrintLn "████▒▒  ██▒▒  ████▒▒ ████▒▒    ████▒▒    ████▒████▒▒    ████▒▒"
  44.     PrintLn "████▒▒        ████▒▒ █████▒▒  █████▒▒    ████▒████▒▒    ████▒▒"
  45.     PrintLn "████▒▒        ████▒▒  ████████████▒▒       █████▒▒      █████████████▒▒"
  46.     PrintLn " @BEEP@@PAUSE@COME AGAIN WHEN YOU HAVE MORE TIME @FIRSTU@! HANGING UP"
  47.     KbdStuff "G" + STRING001
  48.     KbdStuff "Y" + STRING001
  49.  
  50. ;------------------------------------------------------------------------------
  51. ;
  52. ; Usage report (before postprocessing)
  53. ;
  54. ; ■ Statements used :
  55. ;
  56. ;    1       Cls
  57. ;    1       Let 
  58. ;    22      PrintLn 
  59. ;    2       KbdStuff 
  60. ;
  61. ;
  62. ; ■ Functions used :
  63. ;
  64. ;    2       +
  65. ;    1       Chr()
  66. ;
  67. ;------------------------------------------------------------------------------
  68. ;
  69. ; Analysis flags : No flag
  70. ;
  71. ;------------------------------------------------------------------------------
  72. ;
  73. ; Postprocessing report
  74. ;
  75. ;    0       For/Next
  76. ;    0       While/EndWhile
  77. ;    0       If/Then or If/Then/Else
  78. ;    0       Select Case
  79. ;
  80. ;------------------------------------------------------------------------------
  81. ;                 AEGiS Corp - Break the routines, code against the machines!
  82. ;------------------------------------------------------------------------------
  83.